docs: add FalkorDB integration page#477
Merged
Merged
Conversation
Adds integration page and logo for the FalkorDB document store integration (falkordb-haystack), including FalkorDBDocumentStore, FalkorDBEmbeddingRetriever, and FalkorDBCypherRetriever components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
kacperlukawski
approved these changes
May 13, 2026
Member
kacperlukawski
left a comment
There was a problem hiding this comment.
Should be fine to merge. I don't understand one of the acronyms, and it might be worth explaining, but other than that looks fine.
|
|
||
| An integration of [FalkorDB](https://www.falkordb.com/) with [Haystack](https://docs.haystack.deepset.ai/docs/intro) by [deepset](https://www.deepset.ai). | ||
|
|
||
| FalkorDB is a high-performance graph database optimized for GraphRAG workloads. It stores documents as graph nodes and supports native vector search — no APOC is required. All bulk writes use `UNWIND` + `MERGE` for safe, idiomatic OpenCypher upserts. |
Member
There was a problem hiding this comment.
What does APOC stand for?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The integration was added to haystack-core-integrations in deepset-ai/haystack-core-integrations#3158. Documentation pages in the haystack repo are tracked in deepset-ai/haystack#11293.
Open issue: deepset-ai/haystack-core-integrations#3007
This PR:
integrations/falkordb.md, which is the integration page for the FalkorDB document store, coveringFalkorDBDocumentStore,FalkorDBEmbeddingRetriever, andFalkorDBCypherRetrieverlogos/falkordb.pngfrom official FalkorDB logo pack. Using white logo because of our dark background color. Other logos are here: https://drive.google.com/file/d/1FkqBaOwxMrS2DibX6l0-8HyuOH87BZ9G/viewI ran the code examples locally with a FalkorDB docker container. Longer-term I wouldn't want us to duplicate code examples on component pages and integration pages though.
🤖 Generated with Claude Code